home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -screenplay- / otherstuff / rebootstart / examples / wendetta2175 / startup-sequence < prev   
Text File  |  1999-06-15  |  1KB  |  29 lines

  1. ;©1999 script by Aldo Bianchi
  2. ;Example for Wendetta2175
  3.  
  4. if exists rad1:tude                  ;not remove this entry
  5. run >nil: tude hardreset             ;not remove this entry
  6. endif                                ;nor remove this entry
  7. execute rad1:s/programpath           ;not remove this entry
  8. assign sys: ""                       ;not remove this entry
  9. path sys:c add                       ;not remove this entry
  10. copy >nil: sys:c/tude rad1:          ;not remove this entry
  11. assign fonts: sys:fonts              ;not remove this entry
  12. assign libs: sys:libs                ;not remove this entry
  13. assign devs: sys:devs                ;not remove this entry
  14. assign env: sys:prefs/env-archive    ;not remove this entry
  15. assign t: sys:                       ;not remove this entry
  16. run >nil: clicknot                   ;stop click on DF0
  17. execute rad1:programpath             ;not remove this entry
  18. ;***********************************************************************************
  19. Wendetta2175                           ;put here the script or executable of the game
  20. ;***********************************************************************************
  21.  
  22. ;REMENBER:put always execute before if the game runs with a script.
  23.  
  24. run >nil: tude hardreset             ;reset computer if the game have an exit button
  25.                                      ;remove it if the game run in a intuicion screen !
  26.                                      ;example:Cruise for a corpse..etc
  27.  
  28.  
  29.